.
This site is in inspired by Derek Sivers’ tech independence project. It is a place for me to present my thinking, play around with web development, and showcase somethings I’ve accomplished. A massive thank you to Derek for not only putting the guide together but also very patiently replying to all my emails when I got stuck.
I stared by transferring my domain to Porkbun and changed the DNS nameservers to point the web server on Vultr.
For a higher level of security I generated an SSH Key with the terminal to use to access my server remotely.
I set up a server with the OpenBSD operating system and added secure block storage.
I added my SSH key to the Root of my laptop so I can login in remotely to my server using the SSH key instead of a password. So it can only accessed from my computer.
I started using the encrypted storage by syncing files to the server from my computer.
Using a simple text editor and some basic HTML and CSS I created a basic one page website.
For this V2 I used Visual Code and the Bootstrap 5 framework (with lots of YouTube tutorials and a little ChatGPT) to build this (slightly) more sophisticated website. It will continue to grow and evolve as my skills do.